The rect object

The rect object is used to represent a simple rectangle used for instance in the DrawRectangle method.
All values are in pixels.

Properties:

xLongread-writeHorizontal position of the rectangle (upper-left corner).
yLongread-writeVertical position of the rectangle (upper-left corner).
wLongread-writeWidth of the rectangle.
hLongread-writeHeight of the rectangle.